home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / misc / movelog.lha / movelog / movelog.history < prev    next >
Encoding:
Text File  |  1998-03-29  |  4.0 KB  |  89 lines

  1.  
  2. This is the history of movelog as it is so far.
  3.  
  4. v1.0    the first version that I used to make a more permanent record of the 
  5.         amitcp logfile.
  6.  
  7. v1.1    I added the capability for detecting when the modem went offline, and
  8.         putting it back online automatically.
  9.         
  10. v1.2    It can detect port #4563 and uses the built in "say" command to say 
  11.         that somebody has entered the game... being a "Realms" MUD.
  12.         
  13. v1.3-1.6    I forgot what the changes were here.
  14.  
  15. v1.61   did some code cleanup so that it could actually tell when the modem 
  16.         was already online.
  17.  
  18. v1.62   some more clean up so that it could actually tell when it was already
  19.         running on the system.
  20.         
  21. v1.63   readjusted some logic so that if the computer was offline, it would 
  22.         still check to see if a copy of itself was already running.
  23.         
  24. v1.70   first GUI version.  Simple gui, but it gets the job done.  It still
  25.         needs a command line argument from the shell, but nothing gets written
  26.         directly from the program to the console.
  27.         
  28. v1.71   tried to be slick and messed up.  It would only go through the loop 
  29.         twice, then close.. not crash, just close.
  30.         
  31. v1.72   now, it seems to be stable again.  Next thing I'll do is work on 
  32.         making a config file so that the user can make adjustments to what 
  33.         it actually does on bootup.
  34.  
  35. v1.73   moved the on and off to the left edge, and made it so that the '?' 
  36.         help will be in the window when it's called by "movelog ?".
  37.         
  38. v1.74   changed the "off" button to "pause" button that actually works so 
  39.         you can pause the program if you want to use your phone and not have 
  40.         the computer keep trying to go back online.
  41.         
  42. v1.80   did some code cleanup and made the first version that I gave to 
  43.         anybody else.  It's used with AmiTCP since it monitors the logfile 
  44.         that is created by AmiTCP.  Also, fixed a part of the program that 
  45.         caused it to freeze on the first time something was written to the 
  46.         logfile.
  47.         
  48. v1.81   my version of the last instance (to keep it separate)
  49.  
  50. v1.82   adjusted the code so that it doesn't access the hard drive every 
  51.         time it checks for new entries in the log file.
  52.  
  53. v1.90   ok, here it is... a version that uses config files.  The files are 
  54.         used as such:
  55.             preboot.cfg   -     file where you put commands that happen each 
  56.                                 time before the program reboots.  
  57.                                     i.e.  make sure the modem is hung up.
  58.             runtime.cfg   -     file that holds programs you want started as 
  59.                                 soon as the computer is back online like maybe 
  60.                                 a MUD server, or an rc5 client... whatever 
  61.                                 you like.
  62.             reboot.cfg    -     file that holds just the command to bring the 
  63.                                 modem back online.
  64.             reruntime.cfg -     this one holds the programs that need to be
  65.                                 re-started every time the computer comes
  66.                                 back online.  I put my Monolith update script
  67.                                 in here.
  68.         
  69.         I have included my config files as examples.
  70.  
  71. v1.91   The program can now tell if it was run from WorkBench and defaults
  72.         to t:amitcp.log as the logfile to check.
  73.         
  74. v1.92   it now doesn't use anything from the hard drive.  The only time it
  75.         accesses the hard drive is when it starts or has to restart the
  76.         network.  But these times are expected since it was something major
  77.         to cause the modem to go offline or *shudder* your computer crashed.
  78.  
  79. ---------------------
  80.  
  81. If there are any questions or comments about this program, you can email me 
  82. at:
  83.  
  84. vancej@kiimbal.dyn.ml.org
  85.  
  86. since my mail server is on my computer, if you get a message telling you 
  87. that it couldn't deliver for the past few hours, don't worry about it, I 
  88. was just offline when you sent it.
  89.